home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / ripsk111.zip / HISTORY.111 < prev    next >
Text File  |  1995-03-07  |  8KB  |  216 lines

  1.                           RIP Sketch Revision History
  2.  
  3. Version 1.11
  4. ------------
  5.  
  6.  RIP Sketch will now self optimize the RIPscrip code when displaying the
  7.  picture.  It will remove any unneeded and unused commands.  It may take
  8.  more than one pass to optimize very un-optimized code.
  9.  
  10.  Added the /NO no optimization command line option, to tell RIP Sketch not
  11.  to automatically optimize the RIP scene.  This may be needed for editing
  12.  RIPs with unknown commands, without auto deleting some needed commands.
  13.  
  14.  Added options to load and save user defined fill patterns.
  15.  
  16.  Added an option to change the button bevel size.
  17.  
  18.  Added a memory gauge for those who want to know how much memory is left.
  19.  
  20.  You can now click on the Text button to enter text, even if it is already 
  21.  down.
  22.  
  23.  Added an option in the load box to append the file to be loaded to the 
  24.  current RIP scene.
  25.  
  26.  Added the /Z and /S command line options to automatically turn on the Zoom 
  27.  and Show X,Y options.
  28.  
  29.  Fixed a problem with saving icons.
  30.  
  31.  Fixed a problem with RIP Sketch sometimes not getting the clipboard properly.
  32.  
  33.  Fixed a small problem with the Zoom option.
  34.  
  35.  Improved the display of button labels.
  36.  
  37.  Fixed a bug with excessively large polygons.
  38.  
  39.  Updated the complier.  This may fix some of the problems people were having
  40.  with the mouse.
  41.  
  42.  Several other minor changes.
  43.  
  44.  
  45. Version 1.10
  46. ------------
  47.  
  48.  RIP Sketch now has load and save file boxes, making it possible to load and
  49.  save with just the mouse.
  50.  
  51.  RIP Sketch now has screen preparation options in the save box.
  52.  
  53.  The memory management system of RIP Sketch has been completely re-written.
  54.  It will now load RIP files of 100Kb or larger, and accessing memory will be 
  55.  faster than it was before.
  56.  
  57.  You can now use the edit button to view and remove anything previously 
  58.  drawn in the RIP scene.
  59.  
  60.  RIP Sketch now has an option to show the mouse X and Y coordinates when
  61.  in the drawing screen.
  62.  
  63.  RIP Sketch now has a zoom option to see what is around the mouse cursor
  64.  close up.
  65.  
  66.  RIP Sketch now supports creating and displaying buttons, with many options.
  67.  
  68.  A RIP 1.54 compatible filled poly-bezier option has replaced the flood
  69.  fill option, because the RIPscrip 2.0 standard will not support flood fills.
  70.  This option works much like the filled polygon option, except that the
  71.  space bar or middle mouse button toggles the bezier functions on and off.
  72.  
  73.  Added the /F option for those who really want flood fills instead of a
  74.  filled poly-bezier.
  75.  
  76.  Fixed the problem of undoing the clipboard when it was defined more than
  77.  once in the RIP scene.
  78.  
  79.  The clipboard now can be created larger than it was previously.
  80.  
  81.  Fixed a problem of saving the clipboard to disk as an icon.
  82.  
  83.  Added support for text variables.  RIP Sketch will now display some RIP
  84.  text variables in display text fields and button labels.
  85.  
  86.  Fixed a cosmetic bug with the RGB selection bars.
  87.  
  88.  Fixed problem with the copy up/down command with it being one pixel off 
  89.  when copying down.
  90.  
  91.  There is now a whirling cursor when entering text, making it easier to
  92.  see that text needs to be entered.
  93.  
  94.  The RIPscrip lines will not be split up as much when saving files.
  95.  
  96.  Fixed the problem of the RIP sound effects playing too fast on fast computers.
  97.  
  98.  RIP Sketch will now use more efficient RIP code for the RIP sound effects.
  99.  
  100.  The /C switch has changed slightly.  It will now resize the entire RIP file.
  101.  Not using this switch will cause RIP Sketch to reduce the size of some RIP 
  102.  files, making them more efficient.
  103.  
  104.  When changing a user defined pattern, RIP Sketch will now automatically 
  105.  switch the setting to the user defined pattern.
  106.  
  107.  Several other minor changes.
  108.  
  109.  
  110. Version 1.04
  111. ------------
  112.  
  113.  Fixed some minor bugs with the copy up/down command.
  114.  
  115.  Added keyboard short cuts for the menu commands.  'L' for load,  'S'
  116.  for save, etc... Note 'H' is for show since 'S' already used by save.
  117.  Also 'T' will toggle the screen.
  118.  
  119.  RIP Sketch now continues processing a RIP even after a |# RIP command,
  120.  and no longer deletes the information after it.
  121.  
  122.  Fixed a very rare bug that would sometimes remove a ! in the beginning of 
  123.  a line when saving a file.
  124.  
  125.  Changed the palette selection to a much easier RGB selection for redefining
  126.  the color palette.
  127.  
  128.  A math co-processor is no longer supported because the extra overhead had
  129.  caused the Bezier curves to go too slow with out one.  Note: Bezier curves
  130.  are now drawn real time if a 386 or better processor is present.
  131.  
  132.  Fixed another bug with redefining the palette when loading or viewing RIPs.
  133.  
  134.  Added delay option for viewing.  /V1 for the shortest delay, /V9 for the
  135.  longest delay.
  136.  
  137.  Added a mouse compatibility option for some mice that didn't work correctly
  138.  with RIP Sketch.  If RIP Sketch can not detect your mouse, or the mouse 
  139.  pointer does not appear, or is not drawn correctly, try the /M option.  It 
  140.  will only give you a regular cross hair mouse pointer, but it should work.
  141.  
  142.  Added a command line option /L for left hand mouse.  This will reverse the
  143.  functions of the left and right mouse buttons.
  144.  
  145.  RIP Sketch will now display ASCII text in the text window (if defined) in 
  146.  five different font sizes.  If you do not want to see the text in the text
  147.  window, use the /NT command line switch.
  148.  
  149.  Added a new command to load text from a file and place it on the screen.
  150.  
  151.  RIP sound effects are now supported.  If you have an Adlib or compatible
  152.  sound card, the sounds will be played through it instead of the PC speaker.
  153.  
  154.  Several other minor bug fixes.
  155.  
  156.  
  157. Version 1.03
  158. ------------
  159.  
  160.  Fix a bug that sometimes prevented palette color changes when viewing and
  161.  displaying RIPs.
  162.  
  163.  Small and tight Bezier curves are now much easier to draw.  The boxes
  164.  now adjust their size according to the size of the curve.  The curve is
  165.  drawn in real time if a 80287 or better co-processor is present.  The space
  166.  bar will temporarily hide the boxes for viewing.  Also, when moving a
  167.  box, only that box is shown.
  168.  
  169.  There is a new configuration option for line length.  RIPs can be saved
  170.  from 39 to 200 characters in length.  The default length is 72.  To add 
  171.  this feature, delete RSKETCH.CFG and execute RIP Sketch.
  172.  
  173.  Added a new RIP command to copy a region of the screen up or down.  Very
  174.  large areas of the screen can be copied almost instantaneously without 
  175.  using the clipboard.
  176.  
  177.  Improved the Undo option.  Undo will now undo an object or group of 
  178.  objects, even after clicking to the menu screen and back.
  179.  
  180.  
  181. Version 1.02
  182. ------------
  183.  
  184.  RIP Sketch now doubles as a command line viewer!  To view files, use
  185.  /V filename to view.  Wildcards are allowed.
  186.  
  187.  A new command line option has been added, /C, for compatibility
  188.  mode.  This was added for some viewers which couldn't handle the
  189.  efficient files that RIP Sketch generated.  RIP files created
  190.  when using this option will be 5-10% larger than without it.
  191.  
  192.  The font box is now bigger to hold the two new larger fonts.  RIP
  193.  Sketch now has all eleven RIPscrip fonts.
  194.  
  195.  Fixed bug which was removing blank lines from text in a RIP file, and
  196.  skipping the first line of RIPscrip after following the blank lines.
  197.  
  198.  Discovered that when drawing filled polygons when the draw color is
  199.  black, the lines shouldn't be drawn. (because of a bug in the graph
  200.  unit)  RIP Sketch will now not draw these when making filled polygons.
  201.  
  202.  
  203. Version 1.01
  204. ------------
  205.   
  206.  Added four new fonts.
  207.  
  208.  Changed some of the mouse routines to work better with some mice that
  209.  were having problems.
  210.  
  211.  
  212. Version 1.00
  213. ------------
  214.  
  215.  First Public release of RIP Sketch.
  216.